home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / WWW / ARCWEB_192 / ReadMeDocs / Hints+Tips < prev    next >
Text File  |  1996-01-16  |  2KB  |  62 lines

  1. Hints & Tips
  2. ============
  3.  
  4. This file contains hints and tips for running ArcWeb.  Some of these are
  5. mine, others are ones I've seen posted on the net or had emailed to me.
  6.  
  7. There are so many contributors that it would take too long to list them
  8. all.
  9.  
  10. Summary of Contents
  11. ===================
  12.  
  13.  
  14. Using RAM disc for the cache        Aborting a Fetch
  15. Clickable Images (faster use of)
  16.  
  17.  
  18.  
  19. Using RAM disc for the cache
  20. ----------------------------
  21.  
  22. Several people have noticed that if the cache is set to a directory in a
  23. suitably large RAM disc, speedups occur.  I have tried this myself, but
  24. I couldn't detect much difference, although I did only try it with
  25. smallish documents and images.  Obviously you lose the entire cache
  26. when you reboot.  I would imagine that you need quite a generous size,
  27. at least 8MB to be safe.
  28.  
  29.  
  30. Aborting a fetch
  31. ----------------
  32.  
  33. You can click on the animated web icon to request that a fetch is stopped.
  34. This works all the time, whereas the Stop button only interrupts during
  35. the page rendering.
  36.  
  37.  
  38. Clickable images
  39. ----------------
  40.  
  41. Some images are sensitive to mouse clicks so that if you click on a
  42. particular part of the image, you visit a different page.  These
  43. 'imagemaps', as they are called, are very pretty and nice to use -
  44. you can see an example at http://www.acorn.co.uk/ where the signpost
  45. is one of these 'imagemaps'.
  46.  
  47. The problem with imagemaps is that when you click on a particular part
  48. of the image, the browser has to carry out TWO document retrievals in
  49. order to process that click - the first is a request to the server to
  50. ask it which document it should view, and the second will be the real
  51. request.  This will cause a longer delay in retrieving the document than
  52. would be the case normally.
  53.  
  54. While the WWW developer community is working to address this problem,
  55. there is a workaround for users.  Using Acorn's home page as example,
  56. you will see a mini-menu underneath the image representing all the
  57. destinations which are contained in the image.  Clicking on these links
  58. will omit the first step mentioned in the previous paragraph, and go
  59. directly to the page concerned.
  60.  
  61.  
  62.